Fix performance issue with secondary timer
authorjustbur <justin@burkett.cc>
Fri, 27 May 2016 13:31:35 +0000 (09:31 -0400)
committerjustbur <justin@burkett.cc>
Fri, 27 May 2016 13:31:35 +0000 (09:31 -0400)
commitd031bad7b6042006c9706fb8bd467edacf3fb435
treef3d52588d03df636351fddf1ec38e224885fd8bc
parent169c1ad72506fcfe3ced439c3f2e42a87ea67556
Fix performance issue with secondary timer

The secondary timer option was restarting the timer every time through
the update function, which caused the cpu to max out. Adds a flag so
that the timer is only restarted when necessary.

Fixes #126
which-key.el